i2c: omap2+: change header guard to be generic
authorNishanth Menon <[email protected]>
Thu, 19 Aug 2010 00:39:07 +0000 (19:39 -0500)
committerHeiko Schocher <[email protected]>
Mon, 23 Aug 2010 06:08:31 +0000 (08:08 +0200)
Make the header guard to be generic to stop conflicting with
omap2 i2c header file arch/arm/include/asm/arch-omap24xx/i2c.h

Cc: Steve Sakoman <[email protected]>
Cc: Heiko <[email protected]>
Cc: Sandeep Paulraj <[email protected]>
Cc: Wolfang Denk <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Acked-by: Steve Sakoman <[email protected]>
drivers/i2c/omap24xx_i2c.h

index 650e33a8887fdfd6541d308f06a102c4f1f642c3..1f38c232d16461c8f077c40573f637a8957ab2b3 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
-#ifndef _OMAP24XX_I2C_H_
-#define _OMAP24XX_I2C_H_
+#ifndef _OMAP2PLUS_I2C_H_
+#define _OMAP2PLUS_I2C_H_
 
 /* I2C masks */